com.supermap.ar.areffect
Class ARAnimationRepeatMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.ar.areffect.ARAnimationRepeatMode
-
public class ARAnimationRepeatMode extends Enum
Playing modes
-
-
Field Summary
Fields Modifier and Type Field and Description static ARAnimationRepeatMode
INFINITE
It means playing animation infinitelystatic ARAnimationRepeatMode
RESTART
It denotes playing an animation from the startstatic ARAnimationRepeatMode
REVERSE
It demotes reversing the playing direction of an animation when playing it.
-
-
-
Field Detail
-
INFINITE
public static final ARAnimationRepeatMode INFINITE
It means playing animation infinitely
-
RESTART
public static final ARAnimationRepeatMode RESTART
It denotes playing an animation from the start
-
REVERSE
public static final ARAnimationRepeatMode REVERSE
It demotes reversing the playing direction of an animation when playing it.
-
-